Uses of Interface
com.cisco.pt.ipc.sim.TerminalLine
Packages that use TerminalLine
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of TerminalLine in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return TerminalLineModifier and TypeMethodDescriptionIPCFactory.getCommandLine(Device device) IPCFactory.getCommandPrompt(Pc pc) IPCFactory.getConsoleLine(CiscoDevice ciscoDevice) IPCFactory.getIpcTerminalLine(CiscoDevice ciscoDevice) IPCFactory.getLine(CiscoDevice ciscoDevice, int num) IPCFactory.getTerminalLine(ConsolePort consolePort) IPCFactory.getVtyLine(CiscoDevice ciscoDevice, int num) protected TerminalLineIPCFactory.instantiateTerminalLine(IPCMessageLTV message) Methods in com.cisco.pt.ipc with parameters of type TerminalLineModifier and TypeMethodDescriptionIPCFactory.getOwnerDevice(TerminalLine terminalLine) IPCFactory.getTelnetClientAt(TerminalLine terminalLine, int index) -
Uses of TerminalLine in com.cisco.pt.ipc.events
Methods in com.cisco.pt.ipc.events with parameters of type TerminalLineModifier and TypeMethodDescriptionvoidTerminalLineEventRegistry.addListener(TerminalLineEventListener listener, TerminalLine objClass) voidTerminalLineEventRegistry.addSpecificListenerFiltered(TerminalLineEventListener listener, TerminalLine objClass, List<String> events) voidTerminalLineEventRegistry.removeListener(TerminalLineEventListener listener, TerminalLine objClass) voidTerminalLineEventRegistry.removeSpecificListenerFiltered(TerminalLineEventListener listener, TerminalLine objClass, List<String> events) -
Uses of TerminalLine in com.cisco.pt.ipc.sim
Subinterfaces of TerminalLine in com.cisco.pt.ipc.simModifier and TypeInterfaceDescriptioninterfaceInformation provided by the PKI file:interfaceInformation provided by the PKI file:Methods in com.cisco.pt.ipc.sim that return TerminalLineModifier and TypeMethodDescriptionDevice.getCommandLine()Information provided by the PKI file:Pc.getCommandPrompt()Information provided by the PKI file:CiscoDevice.getConsoleLine()Information provided by the PKI file:CiscoDevice.getIpcTerminalLine()Information provided by the PKI file:CiscoDevice.getLine(int num) Information provided by the PKI file:ConsolePort.getTerminalLine()CiscoDevice.getVtyLine(int num) Information provided by the PKI file: -
Uses of TerminalLine in com.cisco.pt.ipc.sim.impl
Classes in com.cisco.pt.ipc.sim.impl that implement TerminalLineModifier and TypeClassDescriptionclassInformation provided by the PKI file:classInformation provided by the PKI file:classInformation provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl that return TerminalLineModifier and TypeMethodDescriptionDeviceImpl.getCommandLine()Information provided by the PKI file:PcImpl.getCommandPrompt()Information provided by the PKI file:CiscoDeviceImpl.getConsoleLine()Information provided by the PKI file:CiscoDeviceImpl.getIpcTerminalLine()Information provided by the PKI file:CiscoDeviceImpl.getLine(int num) Information provided by the PKI file:ConsolePortImpl.getTerminalLine()CiscoDeviceImpl.getVtyLine(int num) Information provided by the PKI file: